Start your Arduino journey with the powerful Arduino UNO Uno R3 (Compatible). Program it easily with Arduino IDE or MicroPython and explore endless possibilities!
Project List
1. Mini Weather Station
Components:
- Arduino Uno R3
- DHT11 Sensor
- Active Buzzer
- Jumper Wires
- Breadboard
Description:
- Use the DHT11 sensor to measure temperature and humidity.
- Display the values on the Serial Monitor.
- Set a threshold temperature or humidity; if exceeded, trigger the buzzer as an alert.
2. Soil Moisture Monitoring System
Components:
- Arduino Uno R3
- Soil Moisture Sensor
- Active Buzzer
- Relay 1-CH
- Jumper Wires
- Breadboard
Description:
- Use the soil moisture sensor to detect soil dryness.
- If the soil is dry, activate the buzzer and turn on a connected water pump via the relay.
3. Smart Traffic Light System
Components:
- Arduino Uno R3
- Traffic Light Module
- Infrared Sensor
- Jumper Wires
- Breadboard
Description:
- Use the infrared sensor to detect vehicles.
- Change traffic light states dynamically based on traffic flow.
4. Fire Detection and Alert System
Components:
- Arduino Uno R3
- Flame Sensor
- Active Buzzer
- Relay 1-CH
- Jumper Wires
- Breadboard
Description:
- Use the flame sensor to detect fire.
- Trigger the buzzer and activate a connected fire suppression system via the relay.
5. Smart Servo Controlled Gate
Components:
- Arduino Uno R3
- S90 Servo Motor
- Infrared Sensor
- Jumper Wires
- Breadboard
Description:
- Use the infrared sensor to detect objects (e.g., a person or car).
- Open or close a gate automatically using the servo motor.
6. Temperature and Humidity-Based Fan Control
Components:
- Arduino Uno R3
- DHT11 Sensor
- Relay 1-CH
- Jumper Wires
- Breadboard
Description:
- Use the DHT11 sensor to monitor temperature.
- If the temperature exceeds a threshold, turn on a fan (connected via the relay).
7. Automatic Plant Watering System
Components:
- Arduino Uno R3
- Soil Moisture Sensor
- Relay 1-CH
- Jumper Wires
- Breadboard
Description:
- Monitor soil moisture levels.
- If soil moisture is low, activate a water pump connected via the relay to water the plant.
8. Intruder Detection System
Components:
- Arduino Uno R3
- Infrared Sensor
- Active Buzzer
- Relay 1-CH
- Jumper Wires
- Breadboard
Description:
- Use the infrared sensor to detect motion.
- Trigger the buzzer and optionally turn on a connected alarm system via the relay.
9. Fire Alarm with Servo Door Release
Components:
- Arduino Uno R3
- Flame Sensor
- S90 Servo Motor
- Active Buzzer
- Jumper Wires
- Breadboard
Description:
- Detect fire using the flame sensor.
- Trigger the buzzer and automatically open a door using the servo motor to allow escape.
10. Obstacle Avoidance System
Components:
- Arduino Uno R3
- Infrared Sensor
- S90 Servo Motor
- Jumper Wires
- Breadboard
Description:
- Use the infrared sensor to detect obstacles.
- Control a servo motor to change direction or simulate movement.